home *** CD-ROM | disk | FTP | other *** search
/ MacPeople 1999 February 15 / MACPEOPLE-1999-02-15.ISO.7z / MACPEOPLE-1999-02-15.ISO / オンラインウエア / 厳選オンラインウエア100 / カスタマイズ / Niji 1.2.1.sit / Niji 1.2.1 ƒ / Creating Appearances next >
Text File  |  1997-09-18  |  22KB  |  553 lines

  1. Creating Appearances for Niji
  2.  
  3. Niji 1.2.1 - September 1997
  4. ゥ1997 Objective Software - All Rights Reserved.
  5. Harry Alloul, Bernard Frangoulis and Alessandro Levi Montalcini.
  6.  
  7.  
  8. =====================================================================
  9. Introduction
  10. =====================================================================
  11.  
  12. Niji is a cool system extension that lets you change the look and feel of your Mac's user interface. All the graphics and options are stored in separate Appearance files, which can be installed using the provided Niji Control application.
  13.  
  14. To create your own Appearance files, simply make a copy of one of the existing Appearance files and modify it with your favorite resource editor. Your appearance files can be freely distributed so that other users can try them out and enjoy your work.
  15.  
  16. You can find links to third party authors who share their Appearance files and Niji tips at:
  17. <http://www.netinfo.fr/objectivesw/>.
  18.  
  19. Your suggestions are welcome. Please send them to: <niji@dial.oleane.com>.
  20.  
  21. Have Fun!
  22. The Niji team
  23.  
  24.  
  25. =====================================================================
  26. Getting started
  27. =====================================================================
  28.  
  29. An Appearance file contains three required kinds of resources that can be modified to create your own custom interface:
  30.  
  31. ・ The Preferences resource (type '1PRF') contains many settings that affect your user interface. This includes things like the presence of a resize bar in windows, the use of square or rounded buttons, NeXT-like or Mac-like scrollbar arrows, and so forth. It also contains colors used in the menu bar, in Finder windows, in 3D effects, etc...
  32.  
  33. ・ The icon suites (types 'ICN#', 'icl4', 'icl8', 'ics#', 'ics4', 'ics8'). These icons can easily be edited with your favorite resource editor, be it ResEdit, Resorcerer, Constructor or any other. Missing Finder folder icons for items like the System folder, the Extensions folder, etc... are automatically replaced with the default folder icon (ID = -3999). This is the only required Finder icon if you feel too lazy to design them all.
  34.  
  35. ・ The patterns (type 'ppat'). These are used in window title bars, window frames and scrollbars, and can also be edited using a resource editor.
  36.  
  37. The following optional resources types can be added to an Appearance file:
  38.  
  39. ・ A 160x160 pixels picture (type 'PICT', ID = 27080) containing a preview of your interface, a copyright notice, or any other information for the end user. This picture is displayed in the Niji Control window when the user selects the Appearance file.
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50. ・ A version resource (type 'vers', ID = 1) containing the version of your Appearance file. This resource is required if you plan to distribute your Appearance file, so that users know if they have the latest version.
  51.  
  52.  
  53.  
  54.  
  55.  
  56. ・ Any other resources that override those in your System file, like color icon resources for dialogs and alerts (type 'cicn', ID = 0, 1, 2).
  57.  
  58. ・ Developers can add their custom code resources ('WDEF', 'CDEF', 'MDEF') for an even higher level of customization.
  59.  
  60.  
  61. =====================================================================
  62. A note on fonts
  63. =====================================================================
  64.  
  65. Niji lets you separately set the name and size of:
  66. ・ the System font,
  67. ・ the window title font,
  68. ・ the menu font
  69. (see General Preferences, Window Preferences and Menu Preferences below).
  70.  
  71. The Niji package includes the Niji and Niji Bold fonts, inspired by Espy Sans. You don't have to use these fonts in your appearance: you can choose any font you like, as long as it contains all the characters required by a System font (like the command-key symbol).
  72.  
  73.  
  74. =====================================================================
  75. The Preferences resource ('1PRF')
  76. =====================================================================
  77.  
  78. The Preferences resource ('1PRF' ID = -27980) contains the following fields, which you can edit using the provided ResEdit template.
  79.  
  80. Note:
  81. - Color-related fields have names like "Color (R), Color (G), Color (B)". Each of the three fields contains one of the red, green and blue components of the color. You can enter either decimal or hexadecimal values to specify your colors.
  82. - In most other fields, a "1" enables the related setting and a "0" disables it.
  83.  
  84. 1 - General Preferences
  85. NI/Finder Window Color (R)
  86. NI/Finder Window Color (G)
  87. NI/Finder Window Color (B)
  88. The background color of Finder windows.
  89.  
  90. NI/Dark Shadow (R)
  91. NI/Dark Shadow (G)
  92. NI/Dark Shadow (B)
  93. The color to use for the dark shadow border of Finder Copy/Delete progress bars.
  94.  
  95. NI/Light Shadow (R)
  96. NI/Light Shadow (G)
  97. NI/Light Shadow (B)
  98. The color to use for the light shadow border of Finder Copy/Delete progress bars.
  99.  
  100. NI/Font Size
  101. NI/Font Name
  102. The size and name of the font to use as System font
  103. (note: you can independently set the font to use for the window titles and the menus, see below).
  104.  
  105.  
  106. 2 - Button Preferences
  107. BT/Btn Light Shadow (R)
  108. BT/Btn Light Shadow (G)
  109. BT/Btn Light Shadow (B)
  110. The color to use for the light shadow border of buttons.
  111.  
  112. BT/Btn Content (R)
  113. BT/Btn Content (G)
  114. BT/Btn Content (B)
  115. The content color of buttons.
  116.  
  117. BT/Btn Dark Shadow (R)
  118. BT/Btn Dark Shadow (G)
  119. BT/Btn Dark Shadow (B)
  120. The color to use for the dark shadow border of buttons.
  121.  
  122. BT/Btn Alt Content (R)
  123. BT/Btn Alt Content (G)
  124. BT/Btn Alt Content (B)
  125. The content color of hilited buttons.
  126.  
  127. BT/Btn Title (R)
  128. BT/Btn Title (G)
  129. BT/Btn Title (B)
  130. The color to use for the title of buttons.
  131.  
  132. BT/Btn Alt Title (R)
  133. BT/Btn Alt Title (G)
  134. BT/Btn Alt Title (B)
  135. The color to use for the title of hilited buttons.
  136.  
  137. BT/B&W Design (Syst 7)
  138. Forces the use a black & white design for buttons (System 7-style).
  139.  
  140. BT/Square Buttons
  141. Use NeXT-style square-corner buttons instead of Mac-style rounded-corner buttons.
  142.  
  143. BT/Title V Offset
  144. Correction for the vertical position of the button title (useful for certain fonts).
  145.  
  146.  
  147. 3 - Scrollbar Preferences
  148. SB/Group Arrows
  149. If this flag is set, both scrollbars arrows are grouped at the bottom (vertical scrollbar) or right (horizontal scrollbar) of the scrollbar (NeXT-style). Otherwise they are positioned at both ends of the scrollbars (Mac-style).
  150.  
  151. SB/Hide Inactive Arrows
  152. If this flag is set, the scrollbar arrows are hidden when the scrollbar is inactive, i.e. if the whole length of the window is visible (NeXT-style), otherwise they are displayed in a disabled state (Mac-style).
  153.  
  154. SB/Gap When Active
  155. SB/Gap When Inactive
  156. These flags determine whether a line will be drawn to "close" the scrollbar patterns (see below, Top Left Gap and Btm Right Gap options), when the scrollbar is active and when it is inactive.
  157.  
  158. SB/Hide Inactive Scrollbars
  159. If this flag is set, the scrollbars are hidden when the window is in the background (Mac-style), otherwise they are displayed.
  160.  
  161. SB/Min Thumb Size
  162. The minimal length of the scrollbar thumb.
  163.  
  164. SB/Top Left Gap (R)
  165. SB/Top Left Gap (G)
  166. SB/Top Left Gap (B)
  167. The color to use for the (dark shadow) line which borders the top of the vertical scrollbar pattern and the left of the horizontal scroll bar pattern.
  168.  
  169. SB/Btm Right Gap (R)
  170. SB/Btm Right Gap (G)
  171. SB/Btm Right Gap (B)
  172. The color to use for the (light shadow) line which borders the bottom of the vertical scrollbar pattern and the right of the horizontal scroll bar pattern.
  173.  
  174.  
  175. 4 - "New Folder" Button Preferences
  176. The "New Folder" button appears in the "Save.../Save As..." directory dialog boxes.
  177.  
  178. NF/Folder Icon ID
  179. The ID of the icon to use in this button (this ID should normally correspond to the icon suite you are using to represent folders in the Finder).
  180.  
  181.  
  182. 5 - Window Preferences
  183. WN/TitleBar (R)
  184. WN/TitleBar (G)
  185. WN/TitleBar (B)
  186. The color to use for the background of the window title bar.
  187.  
  188. WN/AltTitleBar (R)
  189. WN/AltTitleBar (G)
  190. WN/AltTitleBar (B)
  191. The color to use for the background of the title bar of inactive (background) windows.
  192.  
  193. WN/Title (R)
  194. WN/Title (G)
  195. WN/Title (B)
  196. The color to use for the window title.
  197.  
  198. WN/AltTitle (R)
  199. WN/AltTitle (G)
  200. WN/AltTitle (B)
  201. The color to use for the title of inactive windows.
  202.  
  203. WN/Finder Window Text (R)
  204. WN/Finder Window Text (G)
  205. WN/Finder Window Text (B)
  206. The color to use for the text of Finder window items.
  207.  
  208. WN/Light Shadow (R)
  209. WN/Light Shadow (G)
  210. WN/Light Shadow (B)
  211. The color to use for the light shadow top & left borders of windows.
  212.  
  213. WN/Dark Shadow (R)
  214. WN/Dark Shadow (G)
  215. WN/Dark Shadow (B)
  216. The color to use for the dark shadow bottom & right borders of windows.
  217.  
  218. WN/Alt Light Shadow (R)
  219. WN/Alt Light Shadow (G)
  220. WN/Alt Light Shadow (B)
  221. The color to use for the light shadow top & left borders of inactive windows.
  222.  
  223. WN/Alt Dark Shadow (R)
  224. WN/Alt Dark Shadow (G)
  225. WN/Alt Dark Shadow (B)
  226. The color to use for the dark shadow bottom & right borders of inactive windows.
  227.  
  228. WN/Title V Offset
  229. Correction for the vertical position of the window title (useful for certain fonts).
  230.  
  231. WN/Fat Doc Frame (MacOS 8)
  232. If this is different from 0 (and the WN/Use Patterns flag is set), window frames are "fat" and are drawn using patterns (see below for the IDs to use for the 'ppat' resources). The figure indicates the width of the frame in pixels (for instance, 6 for a Mac OS 8 style).
  233.  
  234. WN/Show ResizeBar
  235. Add a NeXT-style resize bar at the bottom of windows (allows to constrain the resizing of windows in the vertical or horizontal direction).
  236.  
  237. WN/Full TitleBar Pattern
  238. If a pattern is used to draw the window title bar, this flag indicates whether the pattern should fill the whole length of the title bar or leave the window widgets (close box, etc.) alone. It can have the following values:
  239. 0 --> the pattern leaves the window widgets (close box, etc.) alone,
  240. 1 --> the pattern fills the whole length of the title bar,
  241. 2 --> same as 1, but in addition the title is drawn with embossed letters (using the title bar color)
  242.  
  243. WN/Use Patterns
  244. If this flag is set to 1, a pattern is used to draw the window title bar and frames
  245. (see below for the IDs to use for the 'ppat' resources).
  246.  
  247. WN/Font Size
  248. WN/Font Face
  249. The size and style (plain, bold etc.) of the font to use for the window title.
  250.  
  251. WN/True NeXT Look
  252. If this flag is set, the positions of the close box and zoom box in the window title bar are inverted relative to their usual Mac-style position :
  253. Mac style --> close box on the left, zoom box on the right,
  254. NeXT style --> close box on the right, zoom box on the left.
  255.  
  256. WN/Iconizing
  257. Add a "miniaturization" widget at the top right of the window. Clicking on it will either miniaturize the window (NeXT-style) or collapse it to its title bar (Mac-style), according to the Window Shade setting (see below).
  258.  
  259. WN/TitleAlignLeft
  260. Align the window title to the left of the title bar (OpenStep-style)
  261.  
  262. WN/Path PopUp Symbol
  263. Draw a small downward pointing triangle at the center of the window title bar, to denote the position where command-clicking will drop a file/folder pathway menu (may be useful if you use the TitleAlignLeft option)
  264.  
  265. WN/Window Shade
  266. Clicking on the miniaturization widget will collapse the window to its title bar (Mac-style) instead of miniaturizing it (NeXT-style)
  267.  
  268. WN/Title Font Name
  269. The name of the font to use for the window title.
  270.  
  271.  
  272. 6 - Menu Preferences
  273. MN/Background (R)
  274. MN/Background (G)
  275. MN/Background (B)
  276. The color to use for the menu background.
  277.  
  278. MN/Hilited Background (R)
  279. MN/Hilited Background (G)
  280. MN/Hilited Background (B)
  281. The color to use for the background of hilited menu items.
  282.  
  283. MN/Dark Shadow (R)
  284. MN/Dark Shadow (G)
  285. MN/Dark Shadow (B)
  286. The color to use for the dark shadow border of menus.
  287.  
  288. MN/Text (R)
  289. MN/Text (G)
  290. MN/Text (B)
  291. The color to use for the menu text.
  292. (Note: if there is an 'mctb' resource for the menu item or the menu, it will override this setting).
  293.  
  294. MN/Hilited Text (R)
  295. MN/Hilited Text (G)
  296. MN/Hilited Text (B)
  297. The color to use for the text of hilited menu items.
  298.  
  299. MN/Divider Line (R)
  300. MN/Divider Line (G)
  301. MN/Divider Line (B)
  302. The color to use for the menu divider lines.
  303.  
  304. MN/Light Shadow (R)
  305. MN/Light Shadow (G)
  306. MN/Light Shadow (B)
  307. The color to use for the light shadow border of menus.
  308.  
  309. MN/Disabled Text (R)
  310. MN/Disabled Text (G)
  311. MN/Disabled Text (B)
  312. The color to use for the text of disabled menu items.
  313.  
  314. MN/Font size
  315. MN/Font face
  316. The size and style (plain, bold etc.) of the font to use for the menu.
  317. (Note: this setting may be overriden under some circumstances, for instance if the menu item contains specific style or script information).
  318.  
  319. MN/Has Disabled Icons
  320. If this flag is set, Niji will look for specific icons to draw the check mark, submenu arrow and popup symbol in disabled menu items (see below for the ID's of these icons). Otherwise, the normal icon will be used (plotted in a "disabled" state).
  321.  
  322. MN/NeXT-like Right Mark in Popups
  323. If this flag is set, the popup symbol itself will be used as mark in popup menu items, and it will be positioned on the right of the item (NeXT-style) instead of the left.
  324.  
  325. MN/3D Look
  326. (0=flat,
  327. 1=menu,
  328. 2=items,
  329. 3=NeXT)
  330. This flag determines the 3D look of the menu:
  331. 1 --> No 3D effect (System 7-style),
  332. 2 --> 3D effect for the menu border only (Mac OS 8-style),
  333. 3 --> 3D effect for aech menu item (drawn as an individual "tile") (NeXT-style),
  334. 4 --> Same as 3, plus a black separation line at the bottom of every item (True NeXT look).
  335.  
  336. MN/Draw Command Key
  337. This flag determines whether the command-key will drawn (Mac-style) or not (NeXT-style) in menu keyboard equivalents.
  338.  
  339. MN/Font name
  340. The name of the font to use for the menu.
  341.  
  342.  
  343. 7 - Menu Bar Preferences
  344. MB/3D Menubar
  345. Draw the menu bar with 3D effects.
  346.  
  347. MB/Square Corners
  348. Force the drawing of square corners (NeXT-style).
  349. (May not work correctly on certain screens).
  350.  
  351. MB/Use Menubar Bottom Pixel
  352. This flag determines whether the bottom line of the menu bar (drawn with the Dark Shadow color) will leave a black separator line at the bottom of the menu bar (flag set to 1), or be drawn above it (flag set to 0).
  353.  
  354. MB/7-like Menu Shadow
  355. This flag determines whether the menus are drawn with a 1 pixel background shadow (Mac-style), or without it (NeXT-style).
  356.  
  357. MB/Submenus Don't Overlap
  358. This flag determines whether submenus overlap slightly over the parent menu (Mac-style), or are aligned to its edge (NeXT-style).
  359.  
  360. MB/Menu Title (R)
  361. MB/Menu Title (G)
  362. MB/Menu Title (B)
  363. The color to use for the menu titles.
  364.  
  365. MB/Menu Left Edge (R)
  366. MB/Menu Left Edge (G)
  367. MB/Menu Left Edge (B)
  368. The color to use for the left edge of the menus (e.g., black for Mac, gray for NeXT).
  369.  
  370. MB/Menubar (R)
  371. MB/Menubar (G)
  372. MB/Menubar (B)
  373. The color to use for the background of the menu bar.
  374.  
  375. MB/Menubar Hilite (R)
  376. MB/Menubar Hilite (G)
  377. MB/Menubar Hilite (B)
  378. The color to use for the background of hilited menu titles.
  379.  
  380. MB/Menu Title Hilite (R)
  381. MB/Menu Title Hilite (G)
  382. MB/Menu Title Hilite (B)
  383. The color to use for the text of hilited menu titles.
  384.  
  385. MB/Dark Shadow (R)
  386. MB/Dark Shadow (G)
  387. MB/Dark Shadow (B)
  388. The color to use for the dark shadow border of the menu bar (3D effect).
  389.  
  390. MB/Light Shadow (R)
  391. MB/Light Shadow (G)
  392. MB/Light Shadow (B)
  393. The color to use for the light shadow border of the menu bar (3D effect).
  394.  
  395.  
  396. 8 - Pop Up Menu Control Preferences
  397. PU/Content (R)
  398. PU/Content (G)
  399. PU/Content (B)
  400. The color to use for the content of popup menu controls.
  401.  
  402. PU/Hilited Content (R)
  403. PU/Hilited Content (G)
  404. PU/Hilited Content (B)
  405. The color to use for the content of hilited popup menu controls.
  406.  
  407. PU/Dark Shadow (R)
  408. PU/Dark Shadow (G)
  409. PU/Dark Shadow (B)
  410. The color to use for the dark shadow bottom & right borders of popup menu controls.
  411.  
  412. PU/Light Shadow (R)
  413. PU/Light Shadow (G)
  414. PU/Light Shadow (B)
  415. The color to use for the light shadow top & left borders of popup menu controls.
  416.  
  417. PU/Text (R)
  418. PU/Text (G)
  419. PU/Text (B)
  420. The color to use for the text of popup menu controls.
  421. (Note: if there is an 'mctb' resource for the menu item or the menu, it will override this setting).
  422.  
  423. PU/Hilited Text (R)
  424. PU/Hilited Text (G)
  425. PU/Hilited Text (B)
  426. The color to use for the text of hilited popup menu controls.
  427.  
  428. PU/PopUp Style
  429. (0 = old style-Sys 7,
  430. 1 = rounded button,
  431. 2 = square button,
  432. 3 = framed square)
  433. This flag determines the 3D look of the popup menu control:
  434. 1 --> No 3D effect (System 7-style),
  435. 2 --> 3D rounded-corner button (Mac OS 8-style),
  436. 3 --> 3D square-corner button (NeXT-style),
  437. 4 --> Same as 3, plus a black frame.
  438.  
  439. PU/Use separator line
  440. This flag determines whether the popup symbol will be separated from the text by a vertical line (Mac OS 8-style).
  441.  
  442.  
  443. =====================================================================
  444. The icon suites
  445. =====================================================================
  446.  
  447. ・ Folder and trash icons
  448. Type = 'ICN#', 'icl4', 'icl8', 'ics#', 'ics4', 'ics8'
  449. ID = -3999 to -3968
  450.  
  451. ・ Window widgets (grow box, close box, zoom box and miniaturize box)
  452. Type = 'ics#', 'ics4', 'ics8'
  453. ID = -27783 to -27773
  454. ID =  -27779 (close box), -27780 (close box - disabled), -27778 (close box - down),
  455. ID =  -27775 (grow box), -27781 (grow box - disabled),
  456. ID =  -27774 (zoom box), -27782 (zoom box - disabled), -27773 (zoom box - down),
  457. ID =  -27777 (miniaturize box), -27783 (miniaturize box - disabled), -27776 (miniaturize box - down),     
  458. ID = -27772 (triangle icon, see the WN/Path PopUp Symbol flag)
  459.  
  460. ・ Scrollbar arrows
  461. Type = 'ics#', 'ics4', 'ics8'
  462. ID = -27070 to -27059
  463. ID = -27070 (arrow up), -27069 (down), -27068 (left), -27067 (right),
  464. ID = -27066 (arrow up hilited), -27065 (down hilited), -27064 (left hilited), -27063 (right hilited),
  465. ID = -27062 (arrow up disabled), -27061 (down disabled), -27060 (left disabled), -27059 (right disabled)
  466.  
  467. ・ Scrollbar thumb
  468. Type = 'ics#', 'ics4', 'ics8'
  469. ID = -27050 to -27043
  470. Note: the scrollbar thumb is composed of two icons, one for the thumb itself and the other for its "anchoring point" (look up the provided Appearances).
  471. - Thumb:
  472. ID = -27050 (vertical), -27049 (horizontal), -27048 (vertical hilited), -27047 (horiz. hilited)
  473. - Anchoring point:
  474. ID = -27046 (vertical), -27045 (horizontal), -27044 (vertical hilited), -27043 (horiz. hilited)
  475.  
  476. ・ The Apple menu  symbol
  477. Type = 'ics#', 'ics4', 'ics8'
  478. ID = -20270 ('ics#' only) and -16386
  479.  
  480. ・ The folder disclosure triangles in the Finder
  481. Type = 'ics#', 'ics4', 'ics8'
  482. ID = -3060 (closed) and -3061 (open)
  483.  
  484. ・ The checkboxes and radio buttons
  485. Type = 'ics#', 'ics4', 'ics8'
  486. - Checkboxes:
  487. ID = -27846, -27847 (selected) and -27848 (tristate)
  488. - Radio buttons:
  489. ID = -27856, -27857 (selected) and -27858 (tristate)
  490.  
  491. ・ The popup menu symbol
  492. Type = 'ics#', 'ics4', 'ics8'
  493. ID = -27800, -27801 (hilited) and -27802 (disabled)
  494. -27802 is optional
  495.  
  496. ・ The menu check mark
  497. Type = 'ics#', 'ics4', 'ics8'
  498. ID = -27740, -27741 (hilited) and -27742 (disabled)
  499. -27742 is optional
  500.  
  501. ・ The submenu indicator triangle
  502. Type = 'ics#', 'ics4', 'ics8'
  503. ID = -27737, -27738 (hilited) and -27739 (disabled)
  504. -27739 is optional
  505.  
  506. ・ The up- and down- menu scroll triangles
  507. Type = 'ics#', 'ics4', 'ics8'
  508. ID = -27735 (up) and -27736 (down)
  509.  
  510.  
  511. =====================================================================
  512. The patterns
  513. =====================================================================
  514.  
  515. ・ The scrollbar patterns
  516. ID = -27070 for the active vertical scrollbar
  517. ID = -27068 for the inactive vertical scrollbar
  518.  
  519. ID = -27069 for the active horizontal scrollbar
  520. ID = -27067 for the inactive horizontal scrollbar
  521.  
  522. ・ The window patterns
  523. ID = -27778 for the top left corner
  524. ID = -27776 for the top right corner
  525. ID = -27766 for the bottom left corner
  526. ID = -27764 for the bottom right corner
  527. ID = -27780 for the title bar (full or partial, see Full TitleBar Pattern flag)
  528. ID = -27770 for the left frame
  529. ID = -27768 for the right frame
  530. ID = -27762 for the bottom frame
  531. ID = -27774 for the title bar pattern right end
  532. ID = -27772 for the title bar pattern left end
  533. ID = -27760 for the grow box bottom edge
  534. ID = -27758 for the grow box right edge
  535.  
  536. These ID's are for active windows; for inactive windows, add 1 (-27777, -27775, etc.).
  537.  
  538. Tips:
  539. ・ Patterns ID = -27774 and -27772 will help you get a better look for the window title bar, by providing a nicer "end" to the title bar pattern:
  540. - If the WN/Full TitleBar Pattern flag is 0, these patterns will be used at the right and left ends of the two patterned areas on either side of the window title.
  541. - If the WN/Full TitleBar Pattern flag is 1 or 2, they will only be used at the right and left edges of the window title bar.
  542. ・ Patterns ID = -27760 and -27758 will help you get a better look for the grow box, as for instance in the "Jump to 8" appearance (Mac OS 8-style) where the grow box is an integral part of the window frame.
  543.  
  544.  
  545. =====================================================================
  546. Disclaimer
  547. =====================================================================
  548.  
  549. Harry Alloul, Bernard Frangoulis and Alessandro Levi Montalcini (thereafter "the authors") disclaim all warranties relating to this software, whether express or implied, including without limitation any implied warranties of merchantability or fitness for a particular purpose.  The authors will not be liable for any special, incidental, consequential, indirect or similar damages due to loss of data or any other reason, even if the authors or an agent of theirs has been advised of the possibility of such damages.  In no event shall the authors be liable for any damages, regardless of the form of the claim.  The person using the software bears all risk as to the quality and performance of the software.
  550.  
  551. Apple, the Apple logo, Mac, Macintosh, Finder, ResEdit are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. Finder is a trademark of Apple Computer, Inc. NeXT, NEXTSTEP, OPENSTEP are trademarks of NeXT Computer, Inc. All other trademarks belong to their respective owners.